Add Project Ape and Mega Events.
authorrobertl <robertl>
Sat, 7 Oct 2006 17:45:59 +0000 (17:45 +0000)
committerrobertl <robertl>
Sat, 7 Oct 2006 17:45:59 +0000 (17:45 +0000)
defs.h
gpx.c

diff --git a/defs.h b/defs.h
index c79cf9087af5cd748dd4f17a17173225fb0c2750..356a7deb48eac1c06237bc72e22476079a7cc349 100644 (file)
--- a/defs.h
+++ b/defs.h
@@ -184,7 +184,9 @@ typedef enum {
        gt_earth,
        gt_locationless,
        gt_benchmark, /* Extension to Groundspeak for GSAK */
-       gt_cito
+       gt_cito,
+       gt_ape,
+       gt_mega
 } geocache_type;
 
 typedef enum {
diff --git a/gpx.c b/gpx.c
index 2434e003fee79c1925dc7cd2dd9054f0bfa12d20..0541478f937703341fbac978bdba72ac7a838756 100644 (file)
--- a/gpx.c
+++ b/gpx.c
@@ -649,6 +649,8 @@ gs_type_mapping{
        { gt_cito, "Cache In Trash Out Event" },
        { gt_letterbox, "Letterbox Hybrid" },
        { gt_locationless, "Locationless (Reverse) Cache" },
+       { gt_ape, "Project APE Cache" },
+       { gt_mega, "Mega-Event Cache" },
 
        { gt_benchmark, "Benchmark" }, /* Not Groundspeak; for GSAK  */
 };